[GHSA-f82v-jwr5-mffw] Authorization Bypass in Next.js Middleware#7074
Open
Wenxin-Jiang wants to merge 1 commit intoWenxin-Jiang/advisory-improvement-7074from
Open
[GHSA-f82v-jwr5-mffw] Authorization Bypass in Next.js Middleware#7074Wenxin-Jiang wants to merge 1 commit intoWenxin-Jiang/advisory-improvement-7074from
Wenxin-Jiang wants to merge 1 commit intoWenxin-Jiang/advisory-improvement-7074from
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
The vulnerability (CVE-2025-29927) is an authorization bypass via the
x-middleware-subrequestHTTP header, which is part of Next.js's middleware recursion prevention mechanism. This mechanism was introduced in Next.js 12.0.0 as part of the Middleware feature (October 2021). Version 11.1.4 (September 2021) predates the Middleware feature entirely.The vulnerable code path is:
x-middleware-subrequestheaderdist/server/web/sandbox/sandbox.jsreads the header and skips middleware if the value matchesIn
11.1.4, none of these files or functions exist. There is noweb/sandbox/directory, nosandbox.js, nox-middleware-subrequestheader handling, and no middleware execution runtime.